home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / FGFX11.ZIP / EFFECTS.DOC < prev    next >
Text File  |  1994-04-11  |  2KB  |  48 lines

  1.                               EFFECTS version 1.1
  2.                                  April 11, 1994
  3.  
  4. Ted Gruber Software                                      Voice: (702) 735-1980
  5. PO Box 13408                                               FAX: (702) 735-4603
  6. Las Vegas, NV  89112                                       BBS: (702) 796-7134
  7.                                                            CIS:     72000,1642
  8.  
  9. ------------------------------------------------------------------------------
  10.   EFFECTS:  An example of special effects using Fastgraph or Fastgraph/Light
  11. ------------------------------------------------------------------------------
  12.  
  13. This program demonstrates several methods of fading in an image from an
  14. off-screen video page using either Fastgraph or Fastgraph/Light.  The set of
  15. routines provided herein are written for 320 x 200 graphics video modes, but
  16. they could easily be extended to work in other resolutions.
  17.  
  18. The examples are by no means all inclusive.  Rather, their purpose is to
  19. illustrate a few methods of creating special effects with Fastgraph or
  20. Fastgraph/Light.
  21.  
  22. The files in FGFX11.ZIP are:
  23.  
  24.         EFFECTS.DOC   this file
  25.         EFFECTS.EXE   executable program (created with Turbo Pascal 6.0)
  26.  
  27.         EFFECTS.BAS   QuickBASIC source code
  28.         EFFECTS.C     C source code
  29.         EFFECTS.FOR   Microsoft FORTRAN source code
  30.         EFFECTS.PAS   Turbo Pascal source code
  31.  
  32.         FG.PPR        packed pixel run file containing the Fastgraph logo
  33.  
  34. The source code for EFFECTS.EXE is included for QuickBASIC, C, Turbo Pascal,
  35. and Microsoft FORTRAN.  If you want to re-link the program, you must have
  36. Fastgraph or Fastgraph/Light.  Compilation and linking commands are provided
  37. in comments at the beginning of each source code file.  You may use these
  38. effects (or modified versions of them) in your Fastgraph and Fastgraph/Light
  39. programs.
  40.  
  41. You may modify this source code any way you want, but please do not distribute
  42. it in a modified form.
  43.  
  44. Fastgraph (tm) and Fastgraph/Light (tm) are graphics libraries published by
  45. Ted Gruber Software.  For more info, please call, write, or FAX.  You can
  46. download the latest evaluation version of Fastgraph/Light from DDBBS at (702)
  47. 796-7134.
  48.